subtracting Days
fun <Unit : DayOrSmaller, TimeUnit> TimePeriod<Unit>.subtractingDays(count: Int): TimePeriod<Unit>
Content copied to clipboard
Create a new TimePeriod by moving backward some number of days.
Parameters
count
The number of days by which to move backward.